object Form10: TForm10 Left = 202 Top = 54 BorderStyle = bsDialog Caption = 'Extract Files from Backup' ClientHeight = 475 ClientWidth = 291 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False OnActivate = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 8 Width = 257 Height = 57 Alignment = taCenter AutoSize = False Caption = 'Choose a Backup File. The contents of the Backup File will be s' + 'hown. Check the files that you want to extract. Specify where ' + 'you want them extracted to. Then press the Extract button.' WordWrap = True end object Label2: TLabel Left = 16 Top = 136 Width = 257 Height = 13 Alignment = taCenter AutoSize = False Caption = '&Contents of Backup File' end object Label3: TLabel Left = 16 Top = 360 Width = 257 Height = 13 Alignment = taCenter AutoSize = False Caption = 'No Files in Backup File' end object Label5: TLabel Left = 24 Top = 384 Width = 57 Height = 13 AutoSize = False Caption = 'Ex&tract to:' end object Gauge1: TGauge Left = 16 Top = 360 Width = 257 Height = 17 ForeColor = clRed Progress = 0 Visible = False end object Label4: TLabel Left = 16 Top = 76 Width = 66 Height = 13 AutoSize = False Caption = '&Backup File:' end object Bevel1: TBevel Left = 16 Top = 128 Width = 257 Height = 2 end object Button2: TButton Left = 16 Top = 340 Width = 128 Height = 17 Caption = 'Check &All Files' TabOrder = 0 OnClick = Button2Click end object Button3: TButton Left = 144 Top = 340 Width = 129 Height = 17 Caption = 'Entire &Directory' TabOrder = 1 OnClick = Button3Click end object ComboBox1: TComboBox Left = 80 Top = 381 Width = 193 Height = 21 ItemHeight = 13 TabOrder = 3 Text = 'ComboBox1' OnChange = ComboBox1Change Items.Strings = ( 'Original Location' 'Temporary Directory' 'Specify Location...') end object CheckBox1: TCheckBox Left = 24 Top = 408 Width = 129 Height = 17 Caption = '&Recurse Directories' TabOrder = 4 end object Button4: TButton Left = 16 Top = 436 Width = 67 Height = 25 Cancel = True Caption = '&Help' TabOrder = 5 OnClick = Button4Click end object Button8: TButton Left = 128 Top = 436 Width = 67 Height = 25 Caption = '&Extract' TabOrder = 6 OnClick = Button8Click end object Button1: TButton Left = 206 Top = 436 Width = 67 Height = 25 Cancel = True Caption = 'E&xit' ModalResult = 2 TabOrder = 7 OnClick = Button1Click end object SWTreeView1: TSWTreeView Left = 16 Top = 156 Width = 257 Height = 185 Indent = 19 ReadOnly = True SortType = stBoth TabOrder = 2 Items.Data = { 06000000270000000600000006000000FFFFFFFFFFFFFFFF0000000000000000 0E33BD20466C6F7070792028413A29220000000800000008000000FFFFFFFFFF FFFFFF000000000000000009364749472028433A292600000008000000080000 00FFFFFFFFFFFFFFFF00000000000000000D57494E44524956452028443A2923 0000004701000047010000FFFFFFFFFFFFFFFF00000000000000000A33394749 472028453A292A0000000B0000000B000000FFFFFFFFFFFFFFFF000000000000 000011436F6D7061637420446973632028463A29440000000800000008000000 FFFFFFFFFFFFFFFF00000000000000002B4E6F20447269766520476976656E20 2865787472616374656420746F2063757272656E7420647269766529} end object CheckBox2: TCheckBox Left = 16 Top = 102 Width = 201 Height = 17 Caption = 'Extract from Compressed Backup' TabOrder = 8 OnClick = CheckBox2Click end object Edit1: TEdit Left = 88 Top = 72 Width = 169 Height = 21 ReadOnly = True TabOrder = 9 end object Button7: TButton Left = 256 Top = 72 Width = 17 Height = 21 Caption = '...' TabOrder = 10 OnClick = Button7Click end object Button5: TButton Left = 216 Top = 101 Width = 59 Height = 20 Caption = 'Notes' Enabled = False TabOrder = 11 OnClick = Button5Click end end